home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / misc / e-n / hsc / src_docs / features / rplcent.hsc < prev    next >
Text File  |  1995-10-04  |  1KB  |  33 lines

  1. <$INCLUDE FILE="inc/macro.hsc">
  2. <WEBPAGE chapter="hsc - Features - " title="Replace entities">
  3.  
  4. Once upon a time, some guys invernted ASCII. As these guys have
  5. been americans, they dind't bother about the rest of the world
  6. and said: "128 different characters are enough."<P>
  7.  
  8. So, nowadays you can't write and read a simple german umlaut within
  9. different computer systems.<P>
  10.  
  11. But, thank god, the guys who perpetrated HTML, after about 30 years of a
  12. computer world without working umlauts, provide a solution to this
  13. tricky problem:
  14.  
  15. If you want to type "Ü", simply write <TT>&Uuml;</TT>.
  16. Congratulations, what a great idea!<P>
  17.  
  18. So as another feature, <hsc> can replace special characters in
  19. the HSC-source with its entities in the HTML-object.<P>
  20.  
  21. Simple enable the <A HREF="options.html">RplcEnt</A> switch.<P>
  22.  
  23. <STRONG>Note:</STRONG>This only works for special characters that
  24. have been defined with <TG>$DEFENT</TG>. See the <FILE>hsc.prefs</FILE>
  25. for details.<P>
  26.  
  27. <MAIN>
  28. <PREV href="features/macros.html">
  29. <NEXT href="options.html">
  30. </WEBPAGE>
  31.  
  32.  
  33.